home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 104 / DPPCZ0701B.7z / DPPCZ0701B.ISO / demos / arcanum / Sierra / Arcanum Preview / arcanum3.dat / Module template_Rules_Lighting Default.mes < prev    next >
Text File  |  2001-03-13  |  1KB  |  43 lines

  1. //
  2. // Default ambient lighting scheme
  3. //
  4.  
  5. //
  6. // 24 messages.  Each message number is an hour of the day (0-23), 
  7. // where 0 is 12 AM and 23 is 11 PM.
  8. //
  9. // Each message contains RGB values in the form: ro, go, bo, ri, gi, bi
  10. // where ro is red outdoor, ri is red indoor, etc.  Valid values are
  11. // in the range 0 - 255.
  12. //
  13. // All 24 messages _must_ exist.  However, an empty message (just braces)
  14. // will be automatically filled in with values interpolated from the 
  15. // closest non-empty messages surrounding it.  Neither the first nor last
  16. // message can be empty.
  17. //
  18.  
  19. {0}{74, 80, 98, 74, 80, 98} 12AM
  20. {1}{} 1AM
  21. {2}{} 2AM
  22. {3}{} 3AM
  23. {4}{74, 80, 98, 74, 80, 98} 4AM
  24. {5}{} 5AM
  25. {6}{213, 182, 222, 74, 80, 98} 6AM
  26. {7}{} 7AM
  27. {8}{} 8AM
  28. {9}{255, 255, 246, 74, 80, 98} 9AM
  29. {10}{} 10AM
  30. {11}{} 11AM
  31. {12}{255, 255, 255, 74, 80, 98} 12PM
  32. {13}{} 1PM
  33. {14}{} 2PM
  34. {15}{255, 255, 246, 74, 80, 98} 3PM
  35. {16}{} 4PM
  36. {17}{} 5PM
  37. {18}{246, 186, 148, 74, 80, 98} 6PM
  38. {19}{} 7PM
  39. {20}{74, 80, 98, 74, 80, 98} 8PM
  40. {21}{} 9PM
  41. {22}{} 10PM
  42. {23}{74, 80, 98, 74, 80, 98} 11PM
  43.